Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635889 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/122 - GitHub/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/122 - GitHub/js/script.js
164 Views
0 Comments
const APIURL = "https://api.github.com/users/";

const main = document.getElementById("main");
const form = document.getElementById("form");
const search = document.getElementById("search");

getUser("iamrahulmahato");